'Declaration Public Overloads Overrides Function GetSchema( _ ByVal collectionName As String, _ ByVal restrictionValues() As String _ ) As DataTable
public override DataTable GetSchema( string collectionName, string[] restrictionValues )
Parameters
- collectionName
 - Name of the collection to get information about.
 - restrictionValues
 - Array of strings representing collection restrictions. In some cases last array members may be omitted.
 
Return Value
A System.Data.DataTable object.